home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / VOXRAY.ZIP / UTILS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-13  |  125 b   |  7 lines

  1. #ifndef _UTILS_
  2. #define _UTILS_
  3. #include "os.h"
  4. LONG strtoint(const CHAR *);
  5. USHORT Check2Shift(ULONG number);
  6. #endif
  7.